Don't take the domain lock for p2m operations.
authorTim Deegan <tim@xen.org>
Mon, 29 Jul 2013 11:12:17 +0000 (12:12 +0100)
committerTim Deegan <tim@xen.org>
Mon, 29 Jul 2013 15:13:19 +0000 (16:13 +0100)
commit4936f1eab977818e441946fa614aa2014e8754cc
tree06af40cf207a46bc48e39b00041d04564e8327ad
parent704302ce9404c73cfb687d31adcf67094ab5bb53
Don't take the domain lock for p2m operations.

P2M ops are covered by their own locks, and these uses of the domain
lock are relics of shadow-v1 code.

Signed-off-by: Tim Deegan <tim@xen.org>
Reviewed-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/arm/mm.c
xen/arch/x86/mm.c
xen/common/memory.c